In [8]:
from IPython.display import YouTubeVideo, display
def videos(*args):
"""Afficher plusieurs vidéos."""
for v in args:
display(YouTubeVideo(v))
In [10]:
videos("Af6Lm9OV2Dc")
In [9]:
videos("C0AUdq8GxHM", "PKgnLalVxiY")
In [ ]: